home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-03-30 | 1.2 KB | 57 lines |
- CC = cgcc
- CFLAGS = -O -mshort -I../h -Wall $(XFLAGS)
-
- SRCS= askfile.c askync.c clip.c perror.c style.c textbrk.c
- OBJS= askfile.o askync.o clip.o perror.o style.o textbrk.o
- ALL = gen16
-
- all: $(ALL)
-
- $(ALL): $(OBJS)
- touch $(ALL)
- clean:
- rm -f core *.o [,@#]*
-
- realclean: clean
- rm -f lib.a tags *.[A-Z] $(ALL)
-
- # End Rules
- askfile.o: askfile.c
- askfile.o: ../h/tools.h
- askfile.o: ../h/configure.h
- askfile.o: ../h/l_defs.h
- askfile.o: ../h/filedefs.h
- askfile.o: ../h/stdwin.h
- askfile.o: ../h/stdevent.h
- askfile.o: ../h/stdtext.h
- askync.o: askync.c
- askync.o: ../h/tools.h
- askync.o: ../h/configure.h
- askync.o: ../h/l_defs.h
- askync.o: ../h/stdwin.h
- askync.o: ../h/stdevent.h
- askync.o: ../h/stdtext.h
- clip.o: clip.c
- clip.o: ../h/tools.h
- clip.o: ../h/configure.h
- clip.o: ../h/l_defs.h
- perror.o: perror.c
- perror.o: ../h/tools.h
- perror.o: ../h/configure.h
- perror.o: ../h/l_defs.h
- perror.o: ../h/stdwin.h
- perror.o: ../h/stdevent.h
- perror.o: ../h/stdtext.h
- style.o: style.c
- style.o: ../h/tools.h
- style.o: ../h/configure.h
- style.o: ../h/l_defs.h
- style.o: ../h/stdwin.h
- style.o: ../h/stdevent.h
- style.o: ../h/stdtext.h
- style.o: ../h/style.h
- textbrk.o: textbrk.c
- textbrk.o: ../h/stdwin.h
- textbrk.o: ../h/stdevent.h
- textbrk.o: ../h/stdtext.h
-